Learn R Programming

rpf (version 0.5)

An introduction: rpf - Response Probability Functions

Description

The purpose of this package is to factor out logic and math common to Item Response Theory fitting, diagnostics, and analysis. It is envisioned as core support code suitable for more specialized IRT packages to build upon.

Arguments

Warning

The API is not stable at this time. You have been warned.

Details

This package provides optimized, low-level functions to map parameters to response probabilities for dichotomous (1PL, 2PL and 3PL) rpf.drm and polytomous (graded response rpf.grm, partial credit/generalized partial credit rpf.gpcm, nominal rpf.nrm, and multiple-choice model rpf.mcm) items. Both unidimensional and multidimensional versions of the models are available.

Item model parameters are passed around as a numeric vector. A 1D matrix is also acceptable. Regardless of model, parameters are always ordered as follows: discrimination ("a"), difficulty ("b"), and guessing ("c").

This package could also accrete functions to support plotting (but not the actual plot functions).

See Also

See rpf.rparam and rpf.startingParam to create item parameters.